home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.10 Oct 90 / NewToolBox.π / CControl.c next >
Encoding:
C/C++ Source or Header  |  1989-09-02  |  209 b   |  18 lines  |  [TEXT/KAHL]

  1. /*
  2. -------------  C O N T R O L   P R O C E D U R E 
  3.                 
  4.                May 1989 - HA OLIVER
  5. */
  6.  
  7. #include "Demo.h"
  8.  
  9.  
  10. pascal void MyControl(theControl)
  11. ControlHandle        theControl;
  12. {
  13.     SysBeep(5);
  14. }
  15.  
  16. /*
  17. ---------------
  18. */